home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / jm_pi_12.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-03-05  |  483b  |  14 lines

  1. @echo off
  2. echo To use this program you should enter the following
  3. echo  
  4. echo INSTALL D:\PCB\TXT\PCBTEXT.* D:\PCB\PPE\NAME
  5. echo  
  6. echo If you have not done this press the Ctrl-C key now and confirm it by
  7. echo press y and enter; then redo what you did and type the above, but use
  8. echo the file directories which are on your system.
  9. echo  
  10. pause
  11. FOR %%P in (%1) DO MKPCBTXT %%P /I:113 "!%2\phones.ppe data"
  12. FOR %%P in (%1) DO MKPCBTXT %%P /I:114 "!%2\phones.ppe voice"
  13. 
  14.